home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Enlighten DSM 1.1
/
SGI EnlightenDSM 1.1.iso
/
sunos41x
/
events.z
/
events
/
config
/
AgentENL.config
Wrap
Text File
|
1998-06-30
|
1KB
|
50 lines
#############################################################################
#
# Default Agent Configuration File
#
# This file allows MANAGERS to be specified. This is used to
# specify which managers will be receiving which traps.
#
# Also, COMMUNITYs can be specified. This allows that agent to
# be configured such that it will only except requests from
# certain managers and with certain community strings.
#
# GRAMMAR:
#
# MANAGER manager
# [SEND [ALL | NO ] TRAPS
# [TO PORT <#>]
# [WITH COMMUNITY <name>]]
#
# COMMUNITY <name>
# ALLOW op [,op]* [OPERATIONS]
# [MEMBERS <manager> [,<manager>]* ]
#
# manager ::= <hostname> | ipaddr
# where: hostname is defined in /etc/hosts
#
# ipaddr ::= <a.b.c.d>
# op ::= ALL | GET | SET | TRAP
#
#
# Simple Set up :
#
# 1. for MANAGER, change 'localhost' to the name of the host that you
# would like SNMP TRAP messages sent to. It must be a host that
# is running a network management application.
#
# 2. change 'public' to the approprite SNMP community name used by
# those you wish to give full access rights to.
#
# 3. either remove the MEMBERS clause, or uncomment and edit the list
# of hostnames given.
#
MANAGER localhost
SEND ALL TRAPS
COMMUNITY public
ALLOW ALL OPERATIONS
# MEMBERS netman1 , netman2 , netman5